home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / Data access / WebControls / DataAccess.css < prev    next >
Cascading Style Sheet File  |  2003-12-04  |  926b  |  67 lines

  1. BODY
  2. {
  3.     color:                 #555753;
  4.     font-family:        georgia;
  5.     font-size:          12pt/20pt;
  6.     background:         ivory url("wrinkls.jpg") repeat;
  7.     margin:             0px;
  8.     padding:             5px;
  9. }
  10.  
  11. BUTTON
  12. {
  13.     background-color:   ivory;
  14.     width:              200px;
  15.     margin:             0px;
  16. }
  17.  
  18. #headOutput
  19. {
  20.     font:                 italic normal 125% georgia;
  21.     letter-spacing:     1px;
  22.     margin-bottom:         0px;
  23.     color:                 #7D775C;
  24. }
  25.  
  26. #divOutput
  27. {
  28.     border:             2px inset;
  29.     overflow:             scroll;
  30.     width:                 100%;
  31.     height:             expression(parentElement.clientHeight - offsetTop - 25);
  32.     background:         ivory repeat;
  33. }
  34.  
  35. #creator
  36. {
  37.     font-size:             10pt;
  38.     margin:             0px
  39. }
  40.  
  41. #tblQuery
  42. {
  43.     /*table-layout:         fixed;*/
  44. }
  45.  
  46. #tblQuery TD
  47. {
  48.     padding:            2px 5px 2px 5px;
  49.     min-width:            20ex;
  50. }
  51.  
  52. #tblQuery .nullValue
  53. {
  54.     color:                red;
  55. }
  56.  
  57. #tblQuery .blobValue
  58. {
  59.     color:                red;
  60. }
  61.  
  62. #selectTables
  63. {
  64.     width:                50ex;
  65. }
  66.  
  67.